<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#bsWXBox {
  box-sizing: content-box;
}
ul {
  list-style: none;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
html {
  font-size: 100px;
}
body {
  font-family: 'Microsoft YaHei', arial;
  font-size: .16rem;
  color: #666666;
  line-height: 1.5;
  width: 100%;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #666666;
}
a:hover,
a:active,
a:focus {
  color: #666666;
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
  display: block;
}
table {
  border-collapse: collapse;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
textarea {
  font-size: 14px;
  outline: 0;
  overflow: hidden;
  font-family: arial;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: 0;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #666666;
  outline: 0;
}
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
::-webkit-input-placeholder {
  color: #333333;
}
:-moz-placeholder {
  color: #333;
  opacity: 1;
}
::-moz-placeholder {
  color: #333;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #333333;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pic img {
  transition: 0.5s;
}
.pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 15rem;
}
#container {
  overflow: hidden;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -152px;
  width: 304px;
  display: block;
  line-height: 24px;
  color: #666666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt .prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer;
}
.translation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
#privacyPopup1 {
  z-index: 10000;
  position: fixed;
  width: 800px;
  background: #fff;
  border: 4px solid rgba(0, 0, 0, 0.15);
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: -400px;
  border-radius: 5px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#privacyPopup1 .dialog_header {
  width: 100%;
  position: relative;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3f3f3;
}
#privacyPopup1 .dialog_header .title {
  width: 100%;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
}
#privacyPopup1 .dialog_header .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  color: #c5c5c5;
  cursor: pointer;
}
#privacyPopup1 .privacy_policy_title {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
#privacyPopup1 .p-1 {
  font-size: 20px;
}
#privacyPopup1 .p-2 {
  font-size: 16px;
}
#privacyPopup1 .privacy_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 480px;
  padding: 20px 30px;
  overflow: auto;
}
#privacyPopup1 .privacy_footer {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
#privacyPopup1 .close_btn {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  min-width: 200px;
  height: 40px;
  background: #0091df;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #privacyPopup1 {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
  }
}
.header {
  height: 0.96rem;
  width: 100%;
  z-index: 777;
  transition: 0.7s;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(1, 4, 10, 0.38);
}
.header .logo {
  padding: 0;
  float: left;
  margin-top: .18rem;
  margin-left: -1.05rem;
}
.header .logo a {
  display: block;
  position: relative;
}
.header .logo a img {
  display: inline-block;
  vertical-align: top;
  width: 1.95rem;
  z-index: 5;
  transition: 0.5s;
}
.header .header-right {
  float: right;
  margin-right: -1.26rem;
}
.header .header-right .header-search {
  float: right;
  position: relative;
  z-index: 1;
  /*搜索*/
}
.header .header-right .header-search .pull-right {
  position: relative;
  z-index: 778;
}
.header .header-right .header-search .pull-right a {
  display: block;
  width: .67rem;
  overflow: hidden;
  height: .96rem;
  background: url("../images/search.png") no-repeat center center;
  background-size: .25rem;
}
.header .header-right .header-search .pull-right .active {
  background: url("../images/search.png") no-repeat center center;
  background-size: .25rem;
}
.header .header-right .header-search .search .search-main {
  top: 0.96rem;
  right: 0;
  z-index: 777;
  width: 800px;
  display: none;
  position: absolute;
  background: #085bab;
  padding: 0 .4rem;
}
.header .header-right .header-search .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 0.16rem;
  color: #fff;
  height: 0.96rem;
  vertical-align: top;
  padding: 0 0.3rem;
  -webkit-appearance: none;
  background: none;
}
.header .header-right .header-search .btn {
  top: 0;
  border: 0;
  right: .5rem;
  color: #fff;
  width: 0.96rem;
  height: 0.96rem;
  position: absolute;
  background: url("../images/search.png") no-repeat center center;
  background-size: 0.25rem;
}
.header .header-right .phone {
  float: right;
  font-family: "Oswald-Bold";
  line-height: .96rem;
  padding-left: .22rem;
  position: relative;
}
.header .header-right .phone:after {
  content: '';
  display: block;
  width: 1px;
  height: .24rem;
  background-color: #ffffff;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.12rem;
}
.header .header-right .phone a {
  font-size: .28rem;
  color: #fff;
  display: block;
  padding-left: .40rem;
  background: url("../images/phone.png") no-repeat center left;
  background-size: .30rem;
}
.header .header-right .menu {
  float: right;
  position: relative;
  width: 36px;
  height: 36px;
  margin-top: 12px;
  display: none;
}
.header .header-right .menu .navPhoneBtn {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  float: left;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  text-align: right;
}
.header .header-right .menu .navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background-image: linear-gradient(45deg, #8ec31f 0%, #0066cb 100%);
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 20px;
  transform-origin: 20px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.header .header-right .menu .navPhoneBtn span:nth-last-child(2) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}
.header .header-right .menu .navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.header .header-right .menu a {
  display: block;
}
.header .header-right .menu a svg {
  width: 30px;
  margin-top: 15px;
  fill: #0091df;
  vertical-align: middle;
  transform: rotate(180deg);
}
.nav {
  float: right;
  margin-right: .19rem;
  position: relative;
  z-index: 3;
}
.nav ul li {
  text-align: center;
  float: left;
  margin-left: 0.79rem;
  position: relative;
}
.nav ul li a {
  display: inline-block;
  font-size: 0.20rem;
  color: #fff;
  line-height: 0.96rem;
  position: relative;
}
.nav ul li a:after {
  content: '';
  display: block;
  width: 0;
  height: 0.03rem;
  background-color: #0295e5;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}
.nav ul li .subnav {
  position: absolute;
  top: 0.96rem;
  left: 50%;
  display: none;
  width: 160px;
  margin-left: -80px;
  padding: 0.15rem 0;
  background: rgba(1, 4, 10, 0.38);
}
.nav ul li .subnav ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.nav ul li .subnav ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
  position: relative;
}
.nav ul li .subnav ul li:after {
  display: none;
}
.nav ul li .subnav ul li a {
  position: relative;
  font-size: .16rem;
  line-height: 0.37rem;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal;
  display: block;
  color: #fff;
}
.nav ul li .subnav ul li a:after {
  display: none !important;
}
@media (min-width: 1025px) {
  .nav ul li .subnav ul li a:hover {
    background: #0091df;
  }
}
.nav ul li .subnav ul li:nth-last-child(1):after {
  display: none;
}
.nav ul li:hover a:after {
  width: 100%;
}
.nav ul .active a:after {
  width: 100%;
}
.header2 {
  background: #fff;
  box-shadow: 0 0.03rem 0.1rem 0 rgba(11, 51, 40, 0.12);
}
.header2 .nav ul li a {
  color: #333;
}
.header2 .header-right .header-search .pull-right a {
  background: url(../images/search1.png) no-repeat center center;
  background-size: 0.25rem;
}
.header2 .header-right .phone:after {
  background-color: #666;
}
.header2 .header-right .phone a {
  color: #1383ce;
  background: url(../images/phone1.png) no-repeat center left;
  background-size: 0.3rem;
}
#menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
  height: 100%;
  transition: 0.5s;
  overflow: auto;
  padding: 60px 15px;
}
#menu ul {
  overflow: hidden;
  padding: 0 20px;
}
#menu ul li {
  position: relative;
}
#menu ul li a {
  font-size: 18px;
  color: #000;
  display: block;
  line-height: 50px;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}
#menu ul li i {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  color: #0091df;
  text-align: center;
  background: url(../images/arrow1.png) no-repeat center center;
  background-size: 13px;
}
#menu ul li ul {
  display: none;
  padding: 10px 0;
}
#menu ul li ul li a {
  font-size: 15px;
  line-height: 40px;
  color: #333;
  border: 0;
  font-weight: normal;
}
#menu ul li ul li:before {
  display: none;
}
#menu ul li ul ul {
  display: block;
  padding: 0 10px;
}
#menu ul li ul ul li a {
  font-size: 14px;
  color: #666;
}
#menu ul .active i:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu ul li:nth-child(1):before {
  display: none;
}
#menu .close {
  display: block;
  height: 36px;
  width: 36px;
  position: absolute;
  right: 20px;
  top: 14px;
  border-radius: 50%;
  background: url("../images/closed.png") no-repeat center center;
  background-size: 24px;
}
#menu .close .iconfont {
  font-size: 30px;
  color: #333;
}
#menu.show1 {
  right: 0;
}
.phone-nav {
  position: fixed;
  right: 15px;
  top: 0;
  line-height: 60px;
  display: none;
  z-index: 15;
}
.phone-nav svg {
  width: 31px;
  fill: #fff;
  vertical-align: middle;
}
.banner {
  color: #fff;
  position: relative;
}
.banner .item {
  overflow: hidden;
  position: relative;
}
.banner .img1 {
  display: none;
}
.banner .slick-prev,
.banner .slick-next {
  width: 74px;
  height: 74px;
  border-radius: 10px;
  margin-top: -37px;
  z-index: 5;
}
.banner .slick-prev:before,
.banner .slick-next:before {
  content: '';
}
@media (min-width: 1025px) {
  .banner .slick-prev:hover,
  .banner .slick-next:hover {
    background-color: rgba(0, 0, 0, 0.58) !important;
  }
}
.banner .slick-prev {
  left: 5%;
  background: rgba(0, 0, 0, 0.18) url("../images/left.png") no-repeat center center !important;
}
.banner .slick-next {
  right: 5%;
  background: rgba(0, 0, 0, 0.18) url("../images/right.png") no-repeat center center !important;
}
.banner .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 6;
  transform: translateY(-50%);
  padding-top: 0.96rem;
}
.banner .banner-hover .bt {
  text-align: right;
}
.banner .banner-hover .bt img {
  float: right;
  width: 6.89rem;
}
.banner .slick-active .banner-hover .bt {
  animation: 2s fadeInRight2 alternate;
}
.banner .slick-dots {
  bottom: .35rem;
}
.banner .slick-dots li {
  margin: 0 .10rem;
}
.banner .slick-dots li button {
  background: #fff;
  width: .11rem;
  height: .12rem;
  border-radius: .30rem;
}
.banner .slick-dots li button:before {
  display: none;
}
.banner .slick-dots .slick-active button {
  height: .40rem;
  background: #0091df;
}
.home-title {
  text-align: center;
  position: relative;
  height: 1.43rem;
  padding-top: .34rem;
}
.home-title h3 {
  background: url("../images/ht01.png") no-repeat top center;
  background-size: .29rem !important;
  font-size: .42rem;
  color: #1f1f1f;
  font-weight: bold;
  position: relative;
  z-index: 5;
  padding-top: .25rem;
}
.home-title p {
  font-size: 1.44rem;
  color: #eff0f0;
  text-transform: uppercase;
  font-family: "Montserrat-Bold";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1.43rem;
  z-index: 1;
}
.h4 h3 {
  background: url("../images/ht04.png") no-repeat top center;
}
.home-product {
  padding: .63rem 0;
  background: url("../images/bg.jpg") no-repeat top center;
  background-size: 100%;
}
.home-product .home-bottom {
  padding-top: .22rem;
}
.home-one {
  background-color: #ffffff;
  box-shadow: 0 0.03rem 0.2rem 0 rgba(0, 0, 0, 0.08);
  margin-bottom: .52rem;
}
.home-one .text {
  float: left;
  width: 50%;
  padding: .67rem .42rem .10rem .42rem;
}
.home-one .text .bt {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: .36rem;
  color: #333333;
  margin-bottom: .07rem;
}
.home-one .text .bt img {
  width: .4rem;
  margin-right: .10rem;
  display: inline-block;
  vertical-align: middle;
}
.home-one .text .jsh {
  font-size: .18rem;
  line-height: .24rem;
  padding-left: .45rem;
  margin-bottom: .17rem;
  overflow: hidden;
  height: .48rem;
  color: #666666;
}
.home-one .text .list {
  padding-left: .2rem;
  margin-bottom: .35rem;
}
.home-one .text .list ul li {
  width: 25%;
  float: left;
  text-align: center;
}
.home-one .text .list ul li .pic {
  width: .87rem;
  margin: 0 auto;
  float: none;
  border-radius: 50%;
  background-image: linear-gradient(90deg, #032972 0%, #052d81 0%, #073190 0%, #0a368b 0%, #0c3a85 0%, #0768b5 38%, #0296e5 100%);
}
.home-one .text .list ul li .pic:after {
  padding-bottom: 100%;
}
.home-one .text .list ul li .h3 {
  font-size: .16rem;
  line-height: .24rem;
  height: .48rem;
  overflow: hidden;
  color: #666666;
}
.home-one .text .more {
  padding-left: .45rem;
}
.home-one .pic {
  float: right;
  width: 48.7%;
}
.home-one .pic:after {
  padding-bottom: 60.82191781%;
}
@media (min-width: 1025px) {
  .home-one:hover .more span {
    color: #fff;
    border: solid 0.02rem #0091df;
    background: #0091df url("../images/moreh.png") no-repeat 90% center;
  }
  .home-one:hover .pic img {
    transform: scale(1.05);
  }
}
.more a,
.more span {
  width: 1.52rem;
  line-height: .4rem;
  display: block;
  padding: 0 .08rem 0 .29rem;
  border: solid .02rem #dbdbdb;
  background: url("../images/more.png") no-repeat 90% center;
  background-size: .45rem !important;
  transition: 0.5s;
}
.more a img,
.more span img {
  display: inline-block;
  vertical-align: middle;
  margin-left: .15rem;
}
.more a:hover {
  color: #fff;
  border: solid 0.02rem #0091df;
  background: #0091df url("../images/moreh.png") no-repeat 90% center;
}
.prolist {
  margin: 0 -0.2rem;
}
.prolist li {
  width: 25%;
  padding: 0 .2rem;
  float: left;
}
.prolist li .box {
  border: 1px solid #dbdbdb;
  transition: 0.5s;
  cursor: pointer;
}
.prolist li .pic:after {
  padding-bottom: 62.39067055%;
}
.prolist li .text {
  padding: 0 .20rem;
  overflow: hidden;
  background: #fff;
}
.prolist li .text .bt {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: .18rem;
  line-height: .6rem;
  color: #333333;
  border-bottom: solid .01rem #dbdbdb;
}
.prolist li .text .info {
  line-height: .53rem;
  font-size: .16rem;
}
.prolist li .text .info a {
  float: right;
  display: block;
}
@media (min-width: 1025px) {
  .prolist li .text .info a:hover {
    color: #0091df;
    font-weight: bold;
  }
}
.prolist li .text .info .huoqu {
  color: #666666;
  float: left;
}
@media (min-width: 1025px) {
  .prolist li:hover .box {
    box-shadow: 0 0.05rem 0.35rem 0 rgba(0, 0, 0, 0.14);
  }
  .prolist li:hover .pic img {
    transform: scale(1.05);
  }
}
.home-title1 {
  text-align: center;
  font-size: .36rem;
  color: #393939;
}
.home-title1 span {
  font-family: BasiliaT-Bold;
  font-size: .65rem;
  color: #1383ce;
}
.home-youshi {
  padding-bottom: 1.18rem;
  background: url("../images/bg1.jpg") no-repeat bottom center;
  background-size: 100%;
}
.home-youshi .home-bottom .rightbox {
  margin-top: .35rem;
}
.home-youshi .home-bottom .leftimg {
  width: 55.2%;
  float: left;
}
.home-youshi .home-bottom .rightbox .content1 {
  display: none;
  box-shadow: 0.01rem 0.02rem 0.03rem 0rem rgba(63, 63, 63, 0.03);
}
.home-youshi .home-bottom .item {
  float: right;
  width: 53%;
  margin-left: -11%;
  margin-top: 5%;
  padding: .43rem .64rem;
  height: 4.46rem;
  background: #ffffff;
}
.home-youshi .home-bottom .rightbox .bt {
  height: .80rem;
  padding-left: 1.08rem;
  position: relative;
  margin-bottom: .23rem;
}
.home-youshi .home-bottom .rightbox .bt span {
  top: 0;
  left: 0;
  color: #1383ce;
  font-weight: lighter;
  font-size: .72rem;
  line-height: .73rem;
  position: absolute;
  font-family: "Oswald-Bold";
}
.home-youshi .home-bottom .rightbox .bt span::before {
  top: 0;
  right: -0.07rem;
  content: "";
  width: .01rem;
  height: .20rem;
  position: absolute;
  transform: rotate(45deg);
  border-left: solid .01rem  #1383ce;
}
.home-youshi .home-bottom .rightbox .bt span::after {
  bottom: -0.1rem;
  left: -0.07rem;
  content: "";
  width: .01rem;
  height: .20rem;
  position: absolute;
  transform: rotate(45deg);
  border-left: solid .01rem  #1383ce;
}
.home-youshi .home-bottom .rightbox .bt .cn {
  font-size: .30rem;
  line-height: .40rem;
  color: #000;
  font-weight: 700;
  margin-top: .15rem;
}
.home-youshi .home-bottom .rightbox .bt .en {
  color: #595959;
  font-size: .18rem;
  margin-top: .05rem;
  font-family: Arial, Helvetica, sans-serif;
}
.home-youshi .home-bottom .rightbox .txt {
  height: 1.48rem;
  font-size: 0.18rem;
  line-height: .23rem;
  color: #666666;
  overflow: hidden;
}
.home-youshi .home-bottom .rightbox .txt p {
  padding-left: .20rem;
  margin-bottom: .23rem;
  position: relative;
}
.home-youshi .home-bottom .rightbox .txt p::before {
  content: "";
  top: .05rem;
  left: 0;
  width: .06rem;
  height: .11rem;
  position: absolute;
  background: url(../images/arrow-right.png) no-repeat top left;
  background-size: 0.06rem;
}
.home-youshi .home-bottom .rightbox .tablist {
  width: 53%;
  float: right;
  z-index: 10;
  padding: 0 .64rem;
  position: relative;
  margin-top: -0.96rem;
}
.home-youshi .home-bottom .rightbox .tablist ul {
  margin: 0 -0.06rem;
}
.home-youshi .home-bottom .rightbox .tablist li {
  width: 33.333%;
  float: left;
  cursor: pointer;
  padding: 0 .06rem;
}
.home-youshi .home-bottom .rightbox .tablist li span {
  display: block;
  height: .47rem;
  line-height: .47rem;
  border-radius: .30rem;
  text-align: center;
  font-size: .16rem;
  color: #333;
  -webkit-box-shadow: 0 0 0 1px #dcdcdc;
  box-shadow: 0 0 0 1px #dcdcdc;
}
.home-youshi .home-bottom .rightbox .tablist .active span {
  color: #fff;
  -webkit-box-shadow: 0 0 0 1px #1383ce;
  box-shadow: 0 0 0 1px #1383ce;
  background: #1383ce;
}
.youshi ul li {
  width: auto;
  float: left;
  position: relative;
  margin-right: 2%;
  padding-right: 4%;
}
.youshi ul li:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.36rem;
  width: 1px;
  height: .72rem;
  border-right: solid .03rem #ffffff;
  opacity: 0.3;
}
.youshi ul li .box {
  position: relative;
  padding-left: .75rem;
}
.youshi ul li .pic {
  width: .65rem;
  position: absolute;
  top: 0;
  left: 0;
}
.youshi ul li .num {
  font-size: .14rem;
  margin-bottom: .10rem;
}
.youshi ul li .num .counter {
  font-family: Oswald-Bold;
  font-size: .52rem;
  line-height: .32rem;
}
.youshi ul li .num b {
  font-size: .32rem;
  line-height: .32rem;
}
.youshi ul li:nth-last-child(1):after {
  display: none;
}
.home-about {
  padding: 1.18rem 0 .71rem 0;
  background: url("../images/bg2.jpg") no-repeat top center;
  background-size: cover;
}
.home-about .left {
  float: left;
  width: 50%;
  color: #fff;
}
.home-about .left .bt {
  font-size: .42rem;
  font-weight: bold;
  color: #ffffff;
}
.home-about .left .span {
  font-size: .14rem;
  line-height: .30rem;
  color: #ffffff;
  letter-spacing: 1px;
  padding-bottom: .11rem;
  border-bottom: .03rem solid #fff;
  display: inline-block;
  margin-bottom: .73rem;
}
.home-about .left .jsh {
  font-size: .16rem;
  line-height: .30rem;
  color: #ffffff;
  overflow: hidden;
  /* height: 2.70rem; */
  margin-bottom: .23rem;
}
.home-about .left .jsh p {
  margin-bottom: .15rem;
}
.home-about .left .more {
  margin-bottom: 1.35rem;
}
.home-about .left .more a {
  width: 1.71rem;
  line-height: .42rem;
  border-radius: 30px;
  box-shadow: 0 0 0 .02rem #fff;
  color: #fff;
  border: 0;
  background: url(../images/moreh.png) no-repeat 72% center;
}
@media (min-width: 1025px) {
  .home-about .left .more a:hover {
    box-shadow: 0 0 0 0.02rem #0091df;
    border: 0;
    background: #0091df url(../images/moreh.png) no-repeat 72% center;
  }
}
.home-about .left .youshi {
  width: 154%;
}
.home-about .right {
  float: right;
  width: 54.9%;
  margin-right: -8.8%;
  padding-top: 1.21rem;
}
.home-about .right .pic {
  background-color: #dbd8d8;
  border: solid .03rem #dbd8d8;
}
.home-about .right .pic:after {
  padding-bottom: 54.34516524%;
}
.home-about .right .pic .hover {
  background: url("../images/video.png") no-repeat center center;
  background-size: 0.74rem;
  border-radius: 50%;
  width: .74rem;
  height: .74rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin: -0.37rem 0 0 -0.37rem;
  animation: zhuanquan 10s linear 0s infinite;
}
.home-title2 h3 {
  font-size: .42rem;
  color: #1f1f1f;
  font-weight: bold;
  margin-bottom: .05rem;
}
.home-title2 p {
  color: #333;
  font-size: .20rem;
}
.submenu {
  padding-bottom: .17rem;
  overflow: hidden;
  border-bottom: solid 1px #d6e4f1;
}
.submenu li {
  width: 20%;
  float: left;
  z-index: 100;
  position: relative;
  text-align: center;
}
@media (min-width: 1025px) {
  .submenu li:hover .pic {
    transform: rotateY(180deg);
  }
  .submenu li:hover .tit {
    color: #03498f;
  }
}
.submenu li .pic {
  display: block;
  width: .5rem;
  margin: 0 auto;
  transition: all 700ms ease;
}
.submenu li .tit {
  font-size: .18rem;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: .07rem;
}
.home-case {
  overflow: hidden;
  padding: .84rem 0 .97rem 0;
  background: url("../images/bg3.jpg") no-repeat bottom center;
  background-size: cover;
  position: relative;
}
.home-case .submenu {
  padding-top: .50rem;
}
.home-case .slick-dots {
  top: -2.87rem;
  bottom: auto;
}
.home-case .slick-dots li {
  margin: 0 .04rem;
  padding: 0;
}
.home-case .slick-dots li button {
  background: none;
  width: .10rem;
  height: .10rem;
  padding: 0;
  border-radius: 50%;
  border: .01rem solid #c5cace;
}
.home-case .slick-dots li button:before {
  display: none;
}
.home-case .slick-dots .slick-active button {
  background: #044a8f;
  border: .01rem solid #044a8f;
}
.home-case .list {
  margin-top: .80rem;
}
.home-case .list .item {
  position: relative;
  transition: 0.5s;
  transform: scale(0.87);
}
.home-case .list .item .pic:after {
  padding-bottom: 60.86956522%;
}
@media (min-width: 1025px) {
  .home-case .list .item:hover .pic img {
    transform: scale(1.04);
  }
}
.home-case .list .slick-current .item {
  transform: scale(1);
}
.home-case .list .item .txtbox {
  width: 100%;
  line-height: .56rem;
  background-color: rgba(0, 0, 0, 0.36);
  bottom: 0;
  left: 0;
  position: absolute;
  font-size: .16rem;
  text-align: left;
  padding: 0 .3rem;
}
.home-case .list .item .txtbox .tit {
  font-size: .20rem;
  color: #fff;
  float: left;
  width: 50%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.home-case .list .item .txtbox .more {
  color: #fff;
  float: right;
}
.home-case .slick-dots {
  left: auto;
  text-align: center;
  width: auto;
  right: 11%;
  padding-right: .65rem;
}
.home-case .list .slick-next,
.home-case .list .slick-prev {
  width: .48rem;
  height: .48rem;
  z-index: 99;
  border-radius: 100%;
  top: -2.85rem;
  box-shadow: 0 0 0 .02rem #e9eef4;
  color: #c3c8cc;
}
.home-case .list .slick-next:before,
.home-case .list .slick-prev:before {
  content: '';
}
.home-case .list .slick-next:hover,
.home-case .list .slick-prev:hover {
  color: #fff;
  box-shadow: 0 0 0 .02rem #03498f;
}
.home-case .list .slick-prev {
  left: auto;
  right: 20.5%;
  background: url("../images/prev-01.png") no-repeat center center;
  background-size: .08rem;
}
@media (min-width: 1025px) {
  .home-case .list .slick-prev:hover {
    background: #03498f url("../images/prev-02.png") no-repeat center center;
    background-size: .08rem;
  }
}
.home-case .list .slick-next {
  right: 11.5%;
  background: url("../images/next-01.png") no-repeat center center;
  background-size: .08rem;
}
@media (min-width: 1025px) {
  .home-case .list .slick-next:hover {
    background: #03498f url("../images/next-02.png") no-repeat center center;
    background-size: .08rem;
  }
}
.home-que {
  padding: .80rem 0 1.23rem 0;
  background: url("../images/bg12.jpg") repeat top center;
  background-size: cover;
}
.home-que .home-title p {
  color: #eff0f0;
}
.home-que .home-bottom {
  padding-top: .28rem;
}
.quelist {
  margin: 0 -0.3rem;
}
.quelist li {
  width: 33.33333333%;
  float: left;
  padding: 0 .3rem;
}
.quelist li .box {
  position: relative;
}
.quelist li .box .pic:after {
  padding-bottom: 54.40528634%;
}
.quelist li .box .pic:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/bg11.png") no-repeat top center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: 0.5s;
}
.quelist li .box .pic .hover {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: .15rem;
  background: url("../images/link.png") no-repeat top center;
  background-size: .58rem;
  padding-top: .70rem;
  transform: translateY(-50%);
  z-index: 3;
  opacity: 0;
  transition: 0.5s;
}
.quelist li .box .text {
  padding: .20rem .25rem .18rem .25rem;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: 0;
}
.quelist li .box .text .bt {
  font-size: .18rem;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: .19rem;
}
.quelist li .box .text .jsh {
  font-size: .16rem;
  color: #666666;
  line-height: .28rem;
  overflow: hidden;
  height: .56rem;
  margin-bottom: .28rem;
}
.quelist li .box .text .date {
  text-transform: uppercase;
  color: #666666;
  font-size: .14rem;
  border-top: 1px solid #e5e5e5;
  line-height: .60rem;
  background: url("../images/more2.png") no-repeat center right;
}
.quelist li .box .text .date img {
  width: .20rem;
  margin-top: -0.03rem;
  display: inline-block;
  vertical-align: middle;
}
.quelist li:hover .box .pic:before {
  opacity: 1;
}
.quelist li:hover .box .pic .hover {
  opacity: 1;
}
.quelist li:hover .box .text .bt {
  color: #073190;
}
.quelist li:hover .box .text .date {
  border-top: 1px solid #073190;
  background: url("../images/more2h.png") no-repeat center right;
}
.home-adv {
  padding: .46rem 0 .47rem 0;
  overflow: hidden;
  background: #f0f0f0;
}
.home-adv ul li {
  width: 25%;
  float: left;
  text-align: center;
}
.home-adv ul li .box {
  border-right: 1px solid #ced5e0;
}
.home-adv ul li .img {
  display: inline-block;
  vertical-align: middle;
  margin-right: .10rem;
  width: .44rem;
}
.home-adv ul li .text {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-left: .10rem;
}
.home-adv ul li .text .bt {
  font-size: .18rem;
  color: #333333;
  margin-bottom: .10rem;
}
.home-adv ul li .text .p {
  font-size: .16rem;
  color: #9b9b9b;
}
.home-adv ul li:nth-last-child(1) .box {
  border: 0;
}
.footer {
  padding-top: .90rem;
  font-size: .16rem;
  background: url(../images/bg13.jpg) no-repeat top center;
  background-size: cover;
  margin-bottom: .88rem;
}
.footer a {
  color: #888888;
  display: block;
  line-height: .30rem;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer h3 {
  font-size: .18rem;
  padding-bottom: .18rem;
  font-weight: bold;
}
.footer h3 a {
  color: #fff;
  opacity: 0.8;
}
.footer ul {
  padding-bottom: .43rem;
  border-bottom: 1px solid #042847;
}
.footer ul li {
  float: left;
  width: 12.4%;
  position: relative;
}
.footer ul li:first-child {
  width: 12%;
}
.footer .last {
  width: 19%;
  font-weight: lighter;
  text-align: right;
  float: right;
}
.footer .last .weixin {
  padding-bottom: .26rem;
  overflow: hidden;
  padding-top: .09rem;
}
.footer .last .weixin img {
  float: right;
}
.footer .last p {
  margin-bottom: .12rem;
  position: relative;
  font-size: .14rem;
  padding-right: .30rem;
  color: rgba(255, 255, 255, 0.29);
}
.footer .last p a {
  line-height: .21rem;
  color: rgba(255, 255, 255, 0.29);
}
.footer .last p a:hover {
  color: #fff;
}
.footer .last p img {
  right: 0;
  top: 2px;
  position: absolute;
}
.footer .copy {
  color: rgba(255, 255, 255, 0.29);
  padding-top: .15rem;
  font-size: .16rem;
  line-height: .24rem;
  text-align: center;
  padding-bottom: .15rem;
}
.footer .copy a {
  color: rgba(255, 255, 255, 0.29);
  display: inline-block;
}
.dibu {
  height: .88rem;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-top: .26rem;
  font-size: .18rem;
  color: #fff;
  letter-spacing: .03rem;
  z-index: 66;
  background: #0f4199 url("../images/bg15.jpg") no-repeat top center;
}
.dibu img {
  display: inline-block;
  vertical-align: middle;
  margin-left: .6rem;
  width: 3.92rem;
}
.dibu .right {
  float: right;
  padding-right: .41rem;
}
.dibu .right input,
.dibu .right select {
  height: .42rem;
  border: 0;
  background: #fff;
  float: left;
  display: block;
  padding: 0 .22rem;
  width: 100%;
  position: relative;
}
.dibu .right .input01 {
  width: 1.88rem;
  margin-left: .09rem;
  float: left;
  position: relative;
}
.dibu .right .input01:after {
  content: '*';
  font-size: .16rem;
  display: block;
  position: absolute;
  top: .08rem;
  left: .10rem;
  color: #c90202;
}
.dibu .right .input02 {
  width: 1.88rem;
  float: left;
  margin-left: .09rem;
  position: relative;
}
.dibu .right .input02:after {
  content: '*';
  font-size: .16rem;
  display: block;
  position: absolute;
  top: .08rem;
  left: .10rem;
  color: #c90202;
}
.dibu .right .input3 {
  width: 2.75rem;
  float: left;
  margin-left: .09rem;
}
.dibu .right .submit {
  font-size: .16rem;
  color: #fff;
  margin-left: .09rem;
  width: 1.60rem;
  background: #3cb4e4;
}
.dibu .right .submit:hover {
  background: #0f4199;
}
.dibu .close {
  position: absolute;
  right: .23rem;
  top: 50%;
  margin-top: -0.18rem;
}
.dibu .close a {
  display: block;
  width: .33rem;
  height: .33rem;
  border-radius: 50%;
  text-align: center;
  line-height: .30rem;
  font-size: .28rem;
  font-weight: normal;
  background: url("../images/cha.png") no-repeat center center;
  background-size: .33rem;
}
.inside-banner {
  position: relative;
}
.inside-banner img {
  width: 100%;
  display: block;
}
.inside-banner .text {
  width: 100%;
  color: #fff;
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
}
.inside-banner .pc1 {
  position: relative;
}
.inside-banner .mobile1 {
  display: none;
  position: relative;
}
.inside-banner .cn {
  font-size: .38rem;
  font-weight: bold;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.inside-banner .current {
  text-align: center;
  width: 100%;
  color: #fff;
}
.inside-banner .current a {
  color: #fff;
}
.inside-banner .current b {
  font-weight: normal;
}
.content {
  padding: .90rem 0;
  min-height: 700px;
}
.content .container {
  width: 14.4rem;
}
.aside {
  float: left;
  width: 18.1%;
  margin-left: -0.06rem;
}
.aside .aside-title {
  color: #fff;
  padding: .18rem .08rem;
  background-image: linear-gradient(90deg, #00918c 0%, #01789a 70%, #015fa7 100%);
}
.aside .aside-title .pic {
  width: .5rem;
  height: .5rem;
  float: left;
}
.aside .aside-title .text {
  float: left;
  padding-left: .10rem;
}
.aside .aside-title .text .h3 {
  font-size: .24rem;
  font-weight: bold;
}
.aside .aside-title .text .p {
  font-size: .15rem;
  text-transform: uppercase;
}

.aside .pp{
	color:#b30b16;
	font-size:12px;
	font-weight:700;
}

.aside .aside-list {
  border: 1px solid #dadada;
  border-top: 0;
  padding: .11rem 0 .02rem 0;
  margin-bottom: .39rem;
  background: #fff;
}
.aside .aside-list ul li {
  margin-bottom: .07rem;
  position: relative;
  margin-left: -1px;
}
.aside .aside-list ul li a {
  display: block;
  line-height: .56rem;
  font-size: .18rem;
  padding: 0 .60rem 0 .32rem;
  color: #333333;
  background: url("../images/dot3.png") no-repeat 92% center;
  background-size: .24rem !important;
  border-bottom: 1px solid #e8e8e8;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
}
.aside .aside-list ul li:after {
  content: "";
  display: none;
  width: .06rem;
  height: .59rem;
  position: absolute;
  right: -0.06rem;
  top: -0.03rem;
  background: url("../images/line3.png") no-repeat center center;
}
@media (min-width: 1025px) {
  .aside .aside-list ul li:hover {
    background: #1383ce;
  }
  .aside .aside-list ul li:hover:after {
    display: block;
  }
  .aside .aside-list ul li:hover a {
    color: #fff;
    background: url("../images/dot3h.png") no-repeat 92% center;
  }
}
.aside .aside-list ul li:nth-last-child(1) a {
  border: 0;
}
.aside .aside-list ul .active {
  background: #1383ce;
}
.aside .aside-list ul .active:after {
  display: block;
}
.aside .aside-list ul .active a {
  color: #fff;
  background: url("../images/dot3h.png") no-repeat 92% center;
}
.aside .aside-case li:first-child {
  border-top: 0;
}
.aside .aside-case li {
  padding: .15rem .08rem;
  overflow: hidden;
  border-top: dotted 1px #ddd;
}
.aside .aside-case li .pic {
  width: 45%;
  float: left;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.aside .aside-case li .pic img {
  transition: all 700ms ease;
}
.aside .aside-case li .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  position: absolute;
  transition: all 700ms ease;
  background: rgba(0, 0, 0, 0.2);
}
.aside .aside-case li .pic:after {
  padding-bottom: 60.79295154%;
}
.aside .aside-case li .tbox {
  width: 55%;
  float: right;
  padding-left: .10rem;
}
.aside .aside-case li .tit {
  color: #333;
  overflow: hidden;
  height: .44rem;
  font-size: .16rem;
  line-height: .22rem;
}
.aside .aside-case li .time {
  font-size: .13rem;
}
.aside .aside-case li .time img {
  margin-top: .06rem;
}
.aside .aside-case li:hover .pic img {
  transform: scale(1.05);
}
.aside .aside-case li:hover .pic:before {
  opacity: 1;
}
.aside .aside-case li:hover .tit {
  color: #0091df;
}
.aside .aside-news li .pic:after {
  padding-bottom: 53.90946502%;
}
.aside .aside-news li .time img {
  float: right;
}
.inmain-right {
  float: right;
  width: 77.7%;
}
.inmain-right .inmain-top {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: .06rem;
  margin-bottom: .44rem;
}
.inmain-right .inmain-top .h3 {
  float: left;
  font-size: .20rem;
  color: #333333;
  font-weight: bold;
  z-index: 4;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.inmain-right .inmain-top .h3 span {
  background: url("../images/span.png") no-repeat center left;
  background-size: .18rem;
  padding-left: .25rem;
  font-size: .18rem;
  font-weight: normal;
}
.product .prolist {
  padding-bottom: .29rem;
}
.product .prolist li {
  width: 33.3333333%;
  margin-bottom: .37rem;
}
.page {
  clear: both;
  text-align: center;
  font-size: 0;
  color: #947d58;
}
.page em {
  font-style: normal;
  font-size: .18rem;
}
.page a {
  color: #202020;
  display: inline-block;
  text-align: center;
  font-size: .12rem;
  min-width: .40rem;
  line-height: .40rem;
  font-weight: bold;
  text-transform: uppercase;
  height: .40rem;
  border-radius: .40rem;
  margin: 0 .08rem;
  padding: 0 .05rem;
  vertical-align: top;
  -webkit-transition: background .5s;
  transition: background .5s;
  box-shadow: 0 0 0 1px #e2ebf1;
}
.page a span {
  display: block;
}
.page a.active,
.page a:hover {
  background: #1383cd;
  color: #fff;
  box-shadow: 0 0 0 1px #1383cd;
}
.page a.prev,
.page a.next {
  color: #666666;
}
.page a.prev {
  padding-left: 24px;
  margin-right: 5px;
  width: 106px;
}
.page a.prev span {
  background: url(../images/prev-01.png) no-repeat left center;
  background-size: 6px;
}
.page a.prev:hover {
  color: #fff;
}
.page a.prev:hover span {
  background: url(../images/prev-02.png) no-repeat left center;
  background-size: 6px;
}
.page a.next {
  padding-right: 24px;
  margin-left: 5px;
  width: 106px;
}
.page a.next span {
  background: url(../images/next-01.png) no-repeat right center;
  background-size: 6px;
}
.page a.next:hover {
  color: #fff;
}
.page a.next:hover span {
  background: url(../images/next-02.png) no-repeat right center;
  background-size: 6px;
}
@media (max-width: 768px) {
  .page a,
  .page em {
    display: none;
  }
  .page a.prev,
  .page a.next {
    display: inline-block;
  }
}
.sevice {
  padding-top: 1.25rem;
  font-size: .16rem;
  color: #333;
  background: url(../images/service-bg.jpg) no-repeat center bottom;
}
.sevice .container {
  max-width: 12.8rem;
}
.sevice .bt {
  font-size: .30rem;
  font-weight: 700;
  margin-bottom: .35rem;
  color: #1383ce;
}
.sevice p {
  margin-bottom: .15rem;
}
.sevice a {
  font-size: .24rem;
  font-weight: bold;
  color: #1383ce;
}
.case {
  padding: .70rem 0;
}
.case .caselist {
  padding-top: .74rem;
  padding-bottom: .3rem;
}
.case .caselist ul {
  margin: 0 -0.2rem;
}
.case .caselist li:hover .pic img {
  transform: scale(1.05);
}
.case .caselist li:hover .t1 {
  color: #1383ce;
}
.case .caselist li {
  float: left;
  margin-bottom: .42rem;
  padding: 0 .20rem;
  width: 33.3333%;
}
.case .caselist li .item {
  font-size: .16rem;
  padding-bottom: .20rem;
  background: #f8f8f8;
}
.case .caselist li .pic {
  overflow: hidden;
  position: relative;
}
.case .caselist li .pic img {
  transition: all 500ms ease;
}
.case .caselist li .pic:after {
  padding-bottom: 59.5%;
}
.case .caselist li .tbox {
  position: relative;
  padding: .30rem .20rem;
  margin: 0 .20rem 0 .20rem;
  background: #fff;
}
.case .caselist li .tbox:before {
  top: -0.1rem;
  left: 0;
  content: "";
  width: 100%;
  height: .10rem;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
}
.case .caselist li .t1 {
  color: #333;
  font-size: .20rem;
  height: .30rem;
  font-weight: bold;
  overflow: hidden;
  line-height: .30rem;
}
.case .caselist li .t2 {
  color: #333;
  height: .48rem;
  line-height: .24rem;
  overflow: hidden;
  margin-top: .10rem;
}
.case .caselist li .more {
  margin-top: .30rem;
  color: #1383ce;
}
.case .caselist li .more img {
  margin-left: .05rem;
  margin-top: .09rem;
  display: inline-block;
  vertical-align: top;
}
.case-show {
  padding-top: .96rem;
}
.inside-current img {
  margin: 3px 5px 0 0;
  display: inline-block;
  vertical-align: top;
}
.inside-current h2 {
  font-size: .14rem;
  padding: .22rem 0 .11rem 0;
  overflow: hidden;
  font-weight: normal;
  border-bottom: dashed 1px #e0e0e0;
}
.inside-news-show {
  padding: .70rem 0 0 0;
  font-size: .16rem;
}
.inside-news-show p {
  margin-bottom: .10rem;
}
.inside-news-show .leftbox {
  width: 77%;
  float: left;
  margin-top: -0.08rem;
}
.inside-news-show .leftbox .title {
  color: #333;
  font-weight: bold;
  font-size: .30rem;
  padding-bottom: .12rem;
  margin-bottom: .32rem;
  text-align: center;
  border-bottom: solid 1px #e9e9e9;
}
.inside-news-show .leftbox .h2 {
  font-size: .12rem;
  font-weight: normal;
  color: #adadad;
  display: block;
}
.inside-news-show .leftbox .info {
  margin-bottom: .30rem;
  padding-top: .10rem;
  text-align: center;
  padding-bottom: .20rem;
  border-bottom: dotted 1px #ddd;
}
.inside-news-show .aside {
  float: right;
}
.inside-news-show .tag {
  color: #333333;
  font-size: .14rem;
  margin-top: .20rem;
  padding-top: .10rem;
  padding-right: .9rem;
  position: relative;
  border-top: solid 1px #0091df;
}
.inside-news-show .tag a {
  color: #333;
  padding: 0 .10rem;
  display: inline-block;
}
.inside-news-show .tag .fh {
  right: 0;
  top: 0px;
  width: .86rem;
  height: .30rem;
  line-height: .30rem;
  text-align: center;
  position: absolute;
  background: #0091df;
}
.inside-news-show .tag .fh a {
  color: #fff;
}
.insie-pagenews {
  margin-top: .60rem;
}
.insie-pagenews li:first-child {
  border-top: 0;
}
.insie-pagenews li {
  height: .40rem;
  line-height: .40rem;
  overflow: hidden;
  border-top: dashed 1px #ddd;
}
.insie-pagenews li span {
  color: #fff;
  padding: 0 .06rem;
  line-height: .30rem;
  display: inline-block;
  background: #a2a2a2;
}
.insie-pagenews li a {
  padding-left: .15rem;
}
.insie-pagenews li i {
  float: right;
  font-size: .14rem;
  padding-left: .20rem;
  font-style: normal;
}
.second-nav {
  width: 100%;
  background: rgba(4, 74, 144, 0.88);
  position: relative;
  margin-top: -0.68rem;
  z-index: 5;
  overflow: hidden;
}
.second-nav ul li {
  float: left;
  font-size: .18rem;
}
.second-nav ul li a {
  color: #fff;
  display: block;
  line-height: .68rem;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 .05rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .second-nav ul li a:hover {
    color: #0d4f9d;
    background: #fff;
  }
}
.second-nav ul .active a {
  background: #fff;
  color: #0d4f9d;
}
.contact {
  padding-bottom: 0 !important;
}
.contact-info {
  width: 90%;
  margin: 0 auto;
  padding: .60rem .86rem;
  background-color: #ffffff;
  box-shadow: 0 0.06rem 0.2rem 0.01rem rgba(0, 95, 145, 0.14);
  border-radius: .08rem;
}
.lxfs {
  width: 32.2%;
  border-radius: 10px;
  background-color: #0c3b2b;
  background-position: left top;
  background-size: cover;
  float: left;
  color: #fff;
  font-size: .16rem;
  line-height: .24rem;
  padding: .50rem .30rem .60rem .30rem;
}
.lxfs a {
  color: #fff;
}
.lxfs .titleBig {
  font-size: .32rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: .30rem;
}
.lxfs .list {
  margin-bottom: .27rem;
}
.lxfs .list li {
  padding-bottom: .37rem;
}
.lxfs .list .box {
  display: block;
  padding-left: .40rem;
  position: relative;
}
.lxfs .list .icon {
  display: block;
  width: .24rem;
  height: .24rem;
  position: absolute;
  top: 0;
  left: .06rem;
}
.lxfs .list .text {
  flex: 1;
}
.lxfs .list .title {
  font-weight: 700;
}
.message {
  position: relative;
  float: right;
  width: 62%;
}
.message #messageA {
  position: absolute;
  top: 0;
}
.message .titleBig {
  margin-bottom: .40rem;
}
.message .titleBig .title {
  font-size: .30rem;
  color: #044a90;
  line-height: 2;
}
.message .titleBig .info {
  color: #616161;
  font-size: .16rem;
}
.message .list {
  position: relative;
  margin-left: -0.15rem;
  margin-right: -0.15rem;
}
.message li {
  width: 33.33333333%;
  float: left;
  padding: 0 .15rem .15rem .15rem;
  position: relative;
}
.message .col-1 {
  width: 100%;
}
.message .col-2 {
  width: 50%;
}
.message .box {
  display: block;
  position: relative;
}
.message .red {
  position: absolute;
  z-index: 9;
  left: .15rem;
  top: .15rem;
  color: #FF0000;
}
.message .input-form,
.message .textare-form {
  border: none;
  color: #333;
  font-size: .14rem;
  vertical-align: middle;
  background: #f1f7f1;
  padding: 0 .30rem;
  font-family: "microsoft yahei";
  border-radius: 5px;
  border: 1px #f1f7f1 solid;
}
.message .input-form:focus,
.message .textare-form:focus {
  border: #0091df solid 1px;
}
.message .input-form {
  width: 100%;
  float: left;
  height: .52rem;
  line-height: .50rem;
}
.message .textare-form {
  width: 100%;
  padding-top: .10rem;
  padding-bottom: .10rem;
  line-height: .30rem;
  min-height: 1.12rem;
}
.message .textare-form:focus {
  border: #0091df solid 1px;
}
.message .btn {
  padding-bottom: 0;
  padding-top: .25rem;
  width: 100%;
}
.message .submit,
.message .reset {
  font-size: .14rem;
  width: 33.3333333%;
  display: inline-block;
  max-width: 2.00rem;
  text-align: center;
  line-height: .55rem;
  height: .55rem;
  color: #fff;
  margin-right: .20rem;
  background: #1383cd;
  border: none;
  border-radius: 5px;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.message .submit:hover,
.message .reset:hover {
  background: #0091df;
  color: #fff;
}
#allmap {
  width: 100%;
  height: 5.60rem;
  margin-top: 1.16rem;
}
#allmap img {
  max-width: inherit;
  max-height: inherit;
}
#allmap .anchorBL {
  display: none;
}
.job {
  padding: 0 !important;
}
.inmain-title {
  text-align: center;
  font-size: .38rem;
  font-weight: bold;
  color: #fff;
}
.inmain-line {
  width: .68rem;
  height: .04rem;
  background: #fff;
  margin: .11rem auto 0 auto;
}
.job02 {
  padding: 0.88rem 0 1.14rem 0;
  background: url("../images/bg5.jpg") no-repeat top center;
  background-size: cover;
}
.job02 .job-bottom {
  padding-top: .62rem;
}
.job02 .job-bottom .left {
  float: left;
  width: 58.2%;
}
.job02 .job-bottom .left ul li {
  width: 33.33333333%;
  float: left;
  text-align: center;
  color: #fff;
  font-size: .18rem;
  border: solid 0.01rem rgba(255, 255, 255, 0.58);
  background: rgba(0, 96, 176, 0.58);
}
.job02 .job-bottom .left ul li .pic {
  width: .7rem;
  margin: 0 auto;
}
.job02 .job-bottom .left ul li .bt {
  margin-top: .10rem;
}
.job02 .job-bottom .left ul li .box {
  padding: .33rem .22rem;
  height: 1.78rem;
}
@media (min-width: 1025px) {
  .job02 .job-bottom .left ul li:hover {
    background-image: linear-gradient(45deg, #8ec31f 0%, #0066cb 100%);
    background-blend-mode: normal, normal;
  }
}
.job02 .job-bottom .right {
  font-size: .16rem;
  line-height: .32rem;
  color: #ffffff;
  width: 35%;
  float: right;
  padding-top: 1.11rem;
}
.job03 {
  padding: 1.19rem 0 1.05rem 0;
  background: #fff;
}
.job04 {
  padding: 1.11rem 0;
  background: url("../images/bg4.jpg") no-repeat top center;
  background-size: cover;
}
.job2 .span-01 {
  display: block;
  width: 23%;
  float: left;
  padding-left: 0.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.job2 .span-02 {
  display: block;
  width: 11%;
  float: left;
  text-align: center;
}
.job2 .span-03 {
  display: block;
  width: 30%;
  float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  text-align: center;
}
.job2 .span-04 {
  display: block;
  width: 14%;
  float: left;
  text-align: center;
}
.job2 .title {
  color: #fff;
  line-height: .46rem;
  background-image: linear-gradient(90deg, #00918c 0%, #01789a 70%, #015fa7 100%);
  font-size: .15rem;
  overflow: hidden;
}
.job2 dl {
  margin-bottom: .05rem;
  background: #fff;
}
.job2 dt {
  background: #f9f9f9;
  overflow: hidden;
  padding: .1rem 0;
  cursor: pointer;
  font-size: .16rem;
  line-height: .30rem;
  color: #333333;
  transition: all .5s;
}
.job2 dt:hover {
  background: #e5e5e5;
}
.job2 dd {
  height: 0;
  font-size: .16rem;
  color: #666666;
  line-height: 2;
  overflow: hidden;
}
.job2 dd .nr {
  padding: .37rem .30rem .50rem .40rem;
  position: relative;
}
.job2 .cur dt {
  background: #fafafa;
}
.job2 .cur dt .span-01 {
  color: #333;
}
.job2 .cur dd {
  height: auto;
}
.job2 .p-01 {
  font-weight: 700;
  color: #333;
  font-size: .2rem;
  margin-bottom: .21rem;
}
.job2 .red {
  color: #ff0000;
}
.job2 .send {
  padding-top: .50rem;
}
@media (min-width: 1025px) {
  .job2 .send:hover a {
    background-color: #0091df;
  }
}
.job2 .send a {
  display: inline-block;
  padding: 0 .45rem;
  min-width: 2rem;
  line-height: .4rem;
  color: #fff;
  font-size: .2rem;
  background: #1383cd url(../images/t.png) no-repeat 81% center;
  background-size: .25rem;
  border-radius: .30rem;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
}
.newslist1 {
  padding-bottom: .30rem;
}
.newslist1 li {
  margin-bottom: .30rem;
  padding-bottom: .30rem;
  border-bottom: 1px solid #dbdcde;
}
.newslist1 li .box {
  position: relative;
  min-height: 2.62rem;
  padding-left: 4.86rem;
}
.newslist1 li .pic {
  width: 4.86rem;
  position: absolute;
  top: 0;
  left: 0;
}
.newslist1 li .pic:after {
  padding-bottom: 53.90946502%;
}
.newslist1 li .pic .time {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  line-height: .32rem;
  height: .32rem;
  font-size: .16rem;
  text-align: right;
  background: url("../images/nbg.png") no-repeat top left;
  background-size: 1.52rem;
  padding: 0 .10rem;
  width: 1.52rem;
  display: block;
}
.newslist1 li .pic .time span {
  font-size: .22rem;
}
.newslist1 li .text {
  position: relative;
  padding-top: .28rem;
  padding-left: .44rem;
  height: 2.62rem;
}
.newslist1 li .bt {
  position: relative;
  padding-left: 1.54rem;
  font-size: .30rem;
  color: #22282d;
  line-height: .70rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 1.05rem;
  transition: 0.5s;
  margin-bottom: .28rem;
}
.newslist1 li .bt .date {
  position: absolute;
  top: 0;
  left: 0;
}
.newslist1 li .bt .date h3 {
  color: #0091df;
  font-size: .52rem;
  font-family: arial;
  line-height: .78rem;
}
.newslist1 li .bt .date p {
  font-size: .18rem;
  color: #596874;
  line-height: .27rem;
}
.newslist1 li .jsh {
  font-size: .16rem;
  line-height: .34rem;
  height: .34rem;
  margin-bottom: .40rem;
  overflow: hidden;
}
.newslist1 li .more1 {
  display: none;
}
.newslist1 li .more1 img {
  width: .32rem;
}
@media (min-width: 1025px) {
  .newslist1 li:hover .text {
    background-image: linear-gradient(45deg, #00906f 0%, #01788b 50%, #015fa7 100%);
  }
  .newslist1 li:hover .pic img {
    transform: scale(1.04);
  }
  .newslist1 li:hover .pic .time {
    display: block;
  }
  .newslist1 li:hover .bt {
    padding-left: 0;
    color: #fff;
    height: .70rem;
  }
  .newslist1 li:hover .bt .date {
    display: none;
  }
  .newslist1 li:hover .jsh {
    color: #fff;
  }
  .newslist1 li:hover .more1 {
    display: block;
  }
}
.shebeilist {
  margin: 0 -0.25rem;
  padding-bottom: .20rem;
}
.shebeilist li {
  width: 33.33333333%;
  float: left;
  padding: 0 .25rem;
  margin-bottom: .52rem;
}
.shebeilist li .box {
  box-shadow: 0 0 0.1rem 0 rgba(0, 59, 90, 0.13);
  background: #fff;
}
.shebeilist li .pic:after {
  padding-bottom: 68.88888889%;
}
.shebeilist li .bt {
  font-size: .20rem;
  line-height: .8rem;
  padding: 0 .3rem;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 1025px) {
    .shebeilist li:hover .pic img {
        transform: scale(1.05);
    }

    .shebeilist li:hover .bt {
        color: #044a90;
    }
}
@media (max-width: 1600px) {
    .home-case .slick-dots {
    display:none}
}
@media (min-width: 1025px) {
  .shebeilist li:hover .pic img {
    transform: scale(1.05);
  }
  .shebeilist li:hover .bt {
    color: #044a90;
  }
}
.honor {
  padding-bottom: 0 !important;
}
.honor .inside-zl {
  overflow: hidden;
  position: relative;
}
.honor .inside-zl .slick-prev,
.honor .inside-zl .slick-next {
  width: 0.46rem;
  height: 0.7rem;
  border: 0;
  margin-top: -0.23rem;
  text-align: center;
  line-height: 0.7rem;
  background-color: #6d7374;
}
.honor .inside-zl .slick-prev:before,
.honor .inside-zl .slick-next:before,
.honor .inside-zl .slick-prev:after,
.honor .inside-zl .slick-next:after {
  font-size: 0.4rem;
  color: #fff;
  font-family: "宋体";
  display: inline-block;
}
.honor .inside-zl .slick-prev:hover,
.honor .inside-zl .slick-next:hover {
  background-color: #0091df;
}
.honor .inside-zl .slick-prev {
  left: -1.4rem;
}
.honor .inside-zl .slick-prev:before {
  content: "&lt;";
  margin-left: -0.1rem;
}
.honor .inside-zl .slick-next {
  right: -1.4rem;
}
.honor .inside-zl .slick-next:before {
  content: "&gt;";
}
.honor .inside-zl .nr1 {
  padding-bottom: 0.6rem;
  background: url(../images/zl-bg-1.jpg) no-repeat bottom center;
}
.honor .inside-zl .nr1 ul {
  margin: 0 -0.35rem;
}
.honor .inside-zl .nr1 li {
  padding: 0 0.35rem;
  padding-top: 0.6rem;
  padding-bottom: 0.05rem;
}
.honor .inside-zl .nr1 li .pic {
  display: block;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.honor .inside-zl .nr1 li .pic:after {
  padding-bottom: 140%;
}
@media (min-width: 1025px) {
  .honor .inside-zl .nr1 li:hover .pic img {
    transform: scale(1.05);
  }
}
.honor .inside-zl .nr2 {
  padding-top: 0.5rem;
  padding-bottom: 1.8rem;
  background: url(../images/zl-bg-2.jpg) no-repeat top center;
}
.about .about-title {
  position: relative;
  margin-bottom: .48rem;
}
.about .about-title p {
  font-family: Montserrat-Bold;
  font-size: .63rem;
  color: #dedede;
  opacity: 0.32;
  position: absolute;
  top: -0.4rem;
  left: 0;
  z-index: 1;
}
.about .about-title h3 {
  font-size: .40rem;
  padding-top: .10rem;
  font-weight: bold;
  color: #141414;
  background: url("../images/line2.png") no-repeat bottom left;
  background-size: 1.84rem;
  position: relative;
  z-index: 2;
}
.about .youshi1 {
  margin: .34rem 0;
  padding: .40rem .46rem;
  background: url("../images/abg.png") no-repeat top center;
  background-size: cover;
}
.about .youshi1 ul li .p-01 {
  line-height: .65rem;
}
.about .youshi ul li .num {
  font-size: .18rem;
}
.about .youshi ul li .num span {
  font-size: .78rem;
  line-height: .92rem;
  color: #333;
}
.about .about-jsh {
  font-size: .20rem;
  line-height: .36rem;
  color: #616161;
}
.product-show {
  padding-top: .96rem;
}
.product-show .pro-bottom {
  padding: .74rem 0;
}
.related .prolist li {
  width: 33.3333%;
}
.related-title {
  text-align: center;
  line-height: .36rem;
  margin-bottom: .44rem;
  position: relative;
}
.related-title p {
  text-transform: uppercase;
  font-family: Oswald-Bold;
  font-size: .50rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #f5f6f6;
}
.related-title h3 {
  font-size: .35rem;
  font-weight: bold;
  color: #333333;
  position: relative;
  z-index: 2;
}
.dw {
  top: -1.5rem;
  z-index: -1;
  position: absolute;
}
.pro-bottom .box-1 .leftbox {
  width: 42%;
  float: left;
}
.pro-bottom .box-1 .leftbox .bigimg {
  background: #ececec;
  border: solid 1px #dbdbdb;
}
.pro-bottom .box-1 .leftbox .bigimg .pic {
  display: block;
  position: relative;
}
.pro-bottom .box-1 .leftbox .bigimg .pic:after {
  padding-bottom: 62.22707424%;
}
.pro-bottom .box-1 .leftbox .bigimg .pic .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/video2.png") no-repeat center center;
  background-size: .51rem;
}
.pro-bottom .box-1 .leftbox .smallimg {
  padding: 0 .30rem;
  position: relative;
}
.pro-bottom .box-1 .leftbox .smallimg .slick-slide {
  padding: 0 .08rem;
}
.pro-bottom .box-1 .leftbox .smallimg .pic {
  margin-top: .16rem;
  background: #ececec;
  border: solid 1px #d5d5d5;
  display: block;
  position: relative;
}
.pro-bottom .box-1 .leftbox .smallimg .pic:after {
  padding-bottom: 62.22707424%;
}
.pro-bottom .box-1 .leftbox .smallimg .pic .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/video2.png") no-repeat center center;
  background-size: .36rem;
}
.pro-bottom .box-1 .leftbox .smallimg .slick-current .pic {
  border-color: #0091df;
}
.pro-bottom .box-1 .leftbox .slick-prev,
.pro-bottom .box-1 .leftbox .slick-next {
  width: .23rem;
  height: .40rem;
  border: 0;
  margin-top: -0.1rem;
}
.pro-bottom .box-1 .leftbox .slick-prev:before,
.pro-bottom .box-1 .leftbox .slick-next:before {
  content: '';
}
.pro-bottom .box-1 .leftbox .slick-prev {
  left: 0;
  background: url(../images/prev.png) no-repeat center center #adadad;
}
.pro-bottom .box-1 .leftbox .slick-prev:hover {
  background-color: #0091df;
}
.pro-bottom .box-1 .leftbox .slick-next {
  right: 0;
  background: url(../images/next.png) no-repeat center center #adadad;
}
.pro-bottom .box-1 .leftbox .slick-next:hover {
  background-color: #0091df;
}
.pro-bottom .box-1 .rightbox {
  width: 53%;
  float: right;
  position: relative;
  min-height: 3.75rem;
    padding-bottom:0.65rem;
}
.pro-bottom .box-1 .rightbox h1 {
  color: #333;
  font-size: .24rem;
  font-weight: normal;
  position: relative;
  padding-bottom: .15rem;
  border-bottom: solid 1px #eee;
}
.pro-bottom .box-1 .rightbox h1:after {
  content: "";
  width: .80rem;
  height: .03rem;
  bottom: -0.01rem;
  left: 0;
  position: absolute;
  background: #0091df;
}
.pro-bottom .box-1 .rightbox .txt {
  font-size: .16rem;
  line-height: .30rem;
  padding: .20rem 0;
  border-bottom: solid 1px #eee;
}
.pro-bottom .box-1 .rightbox .button {
  bottom: 0;
  right: 0;
  width: 100%;
  position: absolute;
}
.pro-bottom .box-1 .rightbox .button span {
  vertical-align: top;
  height: .55rem;
  margin-left: .06rem;
  display: inline-block;
}
.pro-bottom .box-1 .rightbox .button span a {
  padding: 0 .30rem;
}
.pro-bottom .box-1 .rightbox .button span img {
  display: inline-block;
  vertical-align: top;
  margin-top: .19rem;
  width: .32rem;
}
.pro-bottom .box-1 .rightbox .button span:first-child {
  margin-left: 0;
}
.pro-bottom .box-1 .rightbox .button span:hover {
  box-shadow: 0 0 10px rgba(0, 145, 140, 0.3);
}
.pro-bottom .box-1 .rightbox .zx {
  line-height: .55rem;
  background: #0091df;
}
.pro-bottom .box-1 .rightbox .zx a {
  color: #fff;
  display: block;
  font-size: .16rem;
}
.pro-bottom .box-1 .rightbox .tel {
  text-align: center;
  line-height: .24rem;
  padding-top: 2px;
  border: solid 1px #0091df;
}
.pro-bottom .box-1 .rightbox .tel i {
  display: block;
  font-style: normal;
}
.pro-bottom .box-1 .rightbox .tel a {
  color: #0091df;
  font-size: .20rem;
}
.pro-bottom .box-1 .rightbox .dow {
  background: #f5f5f5;
  line-height: .55rem;
}
.pro-bottom .box-1 .rightbox .dow img {
  width: .24rem !important;
}
.pro-bottom .tagmenu {
  z-index: 9;
  position: relative;
  margin-top: .60rem;
  background: #f5f5f5;
}
.pro-bottom .tagmenu ul {
  border-left: solid .04rem #d5d7d8;
  border-right: solid .04rem #d5d7d8;
}
.pro-bottom .tagmenu li {
  height: .60rem;
  line-height: .60rem;
  width: 16.66666667%;
  float: left;
  font-size: .20rem;
  text-align: center;
  border-left: solid 1px #d5d7d8;
}
.pro-bottom .tagmenu li a {
  display: block;
}
.pro-bottom .tagmenu li:first-child {
  border-left: 0;
}
.pro-bottom .tagmenu .active {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(to right, #008f8d, #0161a6);
}
.pro-bottom .tagmenu .active a {
  color: #fff;
}
.pro-bottom .bt1 {
  padding: 0 0 .20rem 0;
  font-size: .30rem;
  font-weight: 700;
  color: #333;
  padding-left: .18rem;
  position: relative;
  border-bottom: solid 1px #ececec;
}
.pro-bottom .bt1:before {
  left: 0;
  content: "";
  width: .08rem;
  height: .26rem;
  top: .11rem;
  position: absolute;
  background-image: linear-gradient(90deg, #00918c 0%, #01789a 70%, #015fa7 100%);
}
.pro-bottom .bt1 i {
  color: #d4d4d4;
  font-size: .16rem;
  padding-left: .10rem;
  font-weight: normal;
  font-style: normal;
}
.pro-bottom .box-2 {
  font-size: .16rem;
  color: #666;
  padding-top: .29rem;
}
.pro-bottom .wb {
  margin-top: .24rem;
  font-size: .16rem;
  line-height: .30rem;
  color: #666666;
}
.pro-bottom .nr {
  margin-bottom: .48rem;
  position: relative;
}
.pro-bottom .nr .h3 {
  font-size: .2rem;
  padding-right: .8rem;
  color: #333333;
  background-color: #a1cdeb;
}
.pro-bottom .nr .nr-bottom {
  padding-top: .26rem;
}
.pro-bottom .nr-1 {
  position: relative;
}
.pro-bottom .z {
  width: 46%;
}
.pro-bottom .y {
  width: 49%;
}
.pro-bottom .n {
  border-bottom: 1px solid #ececec;
  padding-bottom: .45rem;
  margin-bottom: .40rem;
}
.pro-bottom .n .n-bottom {
  padding-top: .27rem;
}
.pro-bottom .ztu {
  display: inline-block;
  vertical-align: middle;
  width: 34%;
  font-size: .16rem;
  padding-right: .10rem;
}
.pro-bottom .ybiao {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
  font-size: .16rem;
  overflow-x:auto;
}
.pro-bottom .nr-2 {
  position: relative;
}
.pro-bottom .nr-2 ul {
  padding-top: .15rem;
}
.pro-bottom .nr-2 li {
  width: 50%;
  float: left;
  padding-right: .15rem;
  margin-top: .15rem;
}
.pro-bottom .nr-2 li img {
  margin: .04rem .05rem 0 0;
}
.pro-bottom .ma,
.pro-bottom .ma1 {
  margin-top: .27rem;
  font-size: 0;
}
.pro-bottom .zwen {
  display: inline-block;
  vertical-align: middle;
  width: 24%;
  font-size: .16rem;
  padding-right: .10rem;
}
.pro-bottom .ytu {
  display: inline-block;
  vertical-align: middle;
  width: 75%;
  font-size: .16rem;
}
.pro-bottom .img2 {
  padding: 20px 0;
}
.pro-bottom .zzi {
  float: left;
  width: 50%;
  font-size: .16rem;
  padding-left: .10rem;
  padding-right: .10rem;
}
.pro-bottom .zzi span {
  border: 1px solid #333333;
  padding: 5px 20px 5px 5px;
  margin: 5px 0;
  display: inline-block;
}
.pro-bottom .yzi {
  float: right;
  width: 50%;
  font-size: .16rem;
}
.pro-bottom .tuwen {
  margin-top: .47rem;
}
.pro-bottom .tuwen .wen {
  float: left;
  font-size: .2rem;
  color: #333;
  width: 15%;
  font-weight: bold;
}
.pro-bottom .tuwen .tu {
  float: right;
  width: 85%;
}
.pro-bottom .table table {
  background: #e0e0e0;
  width: 100%;
  font-size: .16rem;
  text-align: center;
}
.pro-bottom .table td {
  border: solid 1px #fff;
}
.pro-bottom .table td {
  padding: .11rem .05rem;
}
.pro-bottom .nr-3 {
  position: relative;
}
@keyframes zhuanquan {
  100% {
    transform: rotate(360deg);
  }
}
#privacyPopup {
  z-index: 10000;
  position: fixed;
  width: 800px;
  background: #fff;
  border: 4px solid rgba(0, 0, 0, 0.15);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#privacyPopup video {
  display: block;
}
#privacyPopup .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
}
.sitemap li {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: .20rem;
  margin-bottom: .20rem;
}
.sitemap li .top {
  font-size: .20rem;
  color: #333;
  font-weight: bold;
}
.sitemap li .top:hover {
  color: #0091df;
}
.sitemap li .bot {
  margin-top: 15rem;
}
.sitemap li .bot a {
  float: left;
  font-size: .18rem;
  color: #454545;
  margin-right: .20rem;
}
.sitemap li .bot a:hover {
  color: #0091df;
}
.float {
  position: fixed;
  bottom: 110px;
  right: 15px;
  z-index: 200;
}
.float ul li {
  width: 58px;
  height: 61px;
  padding-top: 5px;
  font-size: 12px;
  text-align: center;
  position: relative;
  background: url("../images/bg16.png") no-repeat center center;
  border-bottom: 1px solid #fff;
}
.float ul li .pic {
  height: 30px;
}
.float ul li .bt {
  color: #fff;
}
.float ul li .hover {
  position: absolute;
  top: -39px;
  right: 58px;
  width: 147px;
  display: none;
}
.float ul li:hover .bt {
  text-decoration: underline;
}
.float ul li:hover .hover {
  display: block;
}
.float ul li:nth-child(1) {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.float ul li:nth-child(5) {
  border-bottom: 0;
  margin-bottom: 8px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.float ul li:nth-child(6) {
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 3px;
}
.float ul li:nth-child(6) .pic {
  height: 46px;
}
#privacyPopup2 {
  z-index: 10000;
  position: fixed;
  width: 432px;
  height: 448px;
  background: url(../images/03.png) no-repeat top center;
  top: 50%;
  left: 50%;
  margin-top: -224px;
  margin-left: -216px;
  border-radius: 5px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  text-align: center;
  padding-top: 25px;
}
#privacyPopup2 .title {
  color: #fff;
  font-size: 42px;
  margin-bottom: 41px;
  font-weight: bold;
}
#privacyPopup2 .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  color: #c5c5c5;
  cursor: pointer;
}
#privacyPopup2 ul {
  overflow: hidden;
  padding: 15px;
}
#privacyPopup2 ul li {
  position: relative;
  margin-bottom: 10px;
}
#privacyPopup2 input {
  width: 100%;
  height: 45px;
  padding: 0 24px;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
}
#privacyPopup2 textarea {
  width: 100%;
  height: 100px;
  padding: 0 24px;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
}
#privacyPopup2 input::-webkit-input-placeholder {
  color: #666666;
}
#privacyPopup2 input:-moz-placeholder {
  color: #666;
  opacity: 1;
}
#privacyPopup2 input::-moz-placeholder {
  color: #666;
  opacity: 1;
}
#privacyPopup2 input:-ms-input-placeholder {
  color: #666666;
}
#privacyPopup2 textarea::-webkit-input-placeholder {
  color: #666666;
}
#privacyPopup2 textarea:-moz-placeholder {
  color: #666;
  opacity: 1;
}
#privacyPopup2 textarea::-moz-placeholder {
  color: #666;
  opacity: 1;
}
#privacyPopup2 textarea:-ms-input-placeholder {
  color: #666666;
}
#privacyPopup2 .submit {
  border-radius: 30px;
  color: #fff;
  text-align: center;
  width: 140px;
  height: 39px;
  line-height: 39px;
  background: #0091df;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  #privacyPopup2 .submit:hover {
    background: #0084cb;
    color: #fff;
  }
}
.sitemap li {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: .20rem;
  margin-bottom: 0.2rem;
}
.sitemap li .top {
  font-size: .20rem;
  color: #333;
  font-weight: bold;
}
.sitemap li .top:hover {
  color: #0091df;
}
.sitemap li .bot {
  margin-top: 0.15rem;
}
.sitemap li .bot a {
  float: left;
  font-size: .18rem;
  color: #454545;
  margin-right: 0.2rem;
}
.sitemap li .bot a:hover {
  color: #0091df;
}
@media (max-width: 1200px) {
  .sitemap li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .sitemap li .top {
    font-size: 16px;
  }
  .sitemap li .bot {
    margin-top: 5px;
  }
  .sitemap li .bot a {
    font-size: 14px;
    margin-right: 10px;
  }
  body {
    font-size: 14px;
  }
  .header .header-right .header-search .search .search-main {
    top: 60px;
    width: 300px;
    padding: 0 20px;
  }
  .header .header-right .header-search .form-control {
    font-size: 14px;
    color: #fff;
    height: 40px;
    padding: 0 20px 0 0 ;
  }
  .header .header-right .header-search .btn {
    right: 0;
    width: 40px;
    height: 40px;
    background-size: 21px;
  }
  .home-title h3 {
    background-size: 14px !important;
    font-size: 20px;
    padding-top: 20px;
  }
  .home-one .text .more {
    padding-left: 0;
  }
  .home-title {
    height: 60px;
    padding-top: 10px;
  }
  .home-product .home-bottom {
    padding-top: 20px;
  }
  .home-one .text .bt img {
    width: 13px;
  }
  .home-one .text .list {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .home-one {
    margin-bottom: 20px;
  }
  .home-one .text {
    width: 100%;
    padding: 15px;
  }
  .home-one .pic {
    width: 100%;
  }
  .home-one .text .bt {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .home-one .text .jsh {
    font-size: 14px;
    line-height: 25px;
    padding-left: 5px;
    margin-bottom: 5px;
    height: 50px;
  }
  .home-one .text .list ul li .pic {
    width: 40px;
  }
  .home-one .text .list ul li .h3 {
    font-size: 12px;
    line-height: 21px;
    height: 42px;
  }
  .home-about .right .pic .hover {
    background-size: 30px;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
  }
  .prolist li {
    margin-bottom: 20px;
  }
  .more a,
  .more span {
    width: 100px;
    line-height: 35px;
    padding: 0 15px;
    font-size: 12px;
    background-size: 20px !important;
  }
  .home-case .slick-dots {
    display: none !important;
  }
  .home-case .list .slick-prev,
  .home-case .list .slick-next {
    display: none !important;
  }
  .quelist li .box .text {
    padding: 10px;
  }
  .quelist li .box .text .bt {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .quelist li .box .text .jsh {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    margin-bottom: 10px;
  }
  .quelist li .box .text .date {
    font-size: 12px;
    line-height: 30px;
  }
  .quelist li .box .text .date img {
    width: 17px;
    margin-top: -3px;
  }
  .home-que .home-bottom {
    padding-top: 20px;
  }
  .home-case .list .item .txtbox .tit {
    font-size: 14px;
  }
  .second-nav ul li {
    font-size: 14px;
  }
  .home-title1 {
    font-size: 20px;
  }
  .home-title1 span {
    font-size: 35px;
  }
  .home-youshi .home-bottom .rightbox {
    margin-top: 20px;
  }
  .home-youshi .home-bottom .leftimg {
    width: 100%;
  }
  .home-youshi .home-bottom .item {
    width: 100%;
    margin-left: 0;
    padding: 10px;
    height: auto;
  }
  .sevice a {
    font-size: 18px;
  }
  .header .header-right .header-search .pull-right .active {
    background-size: 20px;
  }
  .youshi ul li .num .counter {
    font-size: 20px;
    line-height: 32px;
  }
  .home-youshi .home-bottom .rightbox .bt {
    height: auto;
    padding-left: 35px;
    margin-bottom: 10px;
  }
  .home-youshi .home-bottom .rightbox .bt .cn {
    font-size: 16px;
    line-height: 25px;
    margin-top: 0;
  }
  .home-youshi .home-bottom .rightbox .txt {
    height: auto;
    font-size: 14px;
    line-height: 22px;
  }
  .home-youshi .home-bottom .rightbox .tablist li span {
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    font-size: 14px;
  }
  .home-youshi .home-bottom .rightbox .tablist {
    width: 100%;
    padding: 0 7px;
    margin-top: 0;
  }
  .home-youshi .home-bottom .rightbox .tablist li {
    padding: 0 2px;
  }
  .home-about .left {
    width: 100%;
  }
  .home-about .left .bt {
    font-size: 22px;
  }
  .home-about .left .span {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .home-about .left .jsh {
    font-size: 14px;
    line-height: 25px;
    height: 200px;
    margin-bottom: 10px;
  }
  .home-about .left .more a {
    width: 100px;
    line-height: 30px;
  }
  .home-about .left .youshi {
    width: 100%;
  }
  .home-youshi .home-bottom .rightbox .bt .en {
    font-size: 12px;
    margin-top: 3px;
  }
  .home-youshi .home-bottom .rightbox .bt span {
    font-size: 20px;
    line-height: 30px;
  }
  .youshi ul li {
    width: 50%;
    margin-right: 0;
    padding-right: 0;
  }
  .youshi ul li:after {
    display: none;
  }
  .home-about .right {
    width: 100%;
    margin-right: 0;
    padding-top: 20px;
  }
  .home-case .list .item .txtbox {
    line-height: 30px;
    font-size: 12px;
    padding: 0 10px;
  }
  .home-title2 h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .home-title2 p {
    font-size: 14px;
  }
  .home-case .list {
    margin-top: 20px;
  }
  .home-que {
    padding: 40px 0;
  }
  .home-case {
    padding: 40px 0;
  }
  .home-about {
    padding: 40px 0;
  }
  #privacyPopup {
    width: 98%;
  }
  #privacyPopup video {
    height: 300px;
  }
  #privacyPopup2 {
    transform: scale(0.8);
  }
  .banner .img1 {
    display: block;
  }
  .banner .img {
    display: none;
  }
  .header .header-right .menu {
    display: block;
  }
  .header {
    height: 60px;
  }
  .header .logo a img {
    width: 120px;
  }
  .header .logo {
    margin-top: 11px;
    margin-left: 0;
  }
  .header .header-right .phone {
    display: none;
  }
  .header .header-right {
    margin-right: 0;
  }
  .header .header-right .nav {
    display: none;
  }
  .header .logo {
    margin-left: 0;
  }
  .nav ul li {
    margin-left: 30px;
  }
  .inside-banner .pc1 {
    display: none;
  }
  .inside-banner .mobile1 {
    display: block;
  }
  .content {
    padding: 40px 0;
    min-height: 400px;
  }
  .header .header-right .phone {
    line-height: 60px;
    padding-left: 10px;
  }
  .header .header-right .phone a {
    font-size: 20px;
    padding-left: 25px;
    background-size: 20px;
    margin-right: 10px;
  }
  .header .header-right .header-search .pull-right a {
    width: 40px;
    height: 60px;
    background-size: 20px;
  }
  .inside-banner .cn {
    font-size: 20px;
  }
  .sevice .bt {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .sevice {
    padding-top: 1.25rem;
    font-size: 14px;
    background-size: 100%;
  }
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .sevice .container {
    max-width: 100%;
  }
  .home-adv ul li .img {
    margin-right: 5px;
    width: 30px;
  }
  .home-adv ul li .text .bt {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .home-adv ul li .text .p {
    font-size: 12px;
  }
  .home-adv ul li {
    width: 50%;
    padding: 0 5px;
    text-align: left;
    margin: 5px 0;
  }
  .float {
    display: none;
  }
  .footer ul li {
    display: none;
  }
  .footer .last {
    width: 100%;
    display: block;
  }
  .footer .last p a {
    line-height: 25px;
  }
  .footer {
    padding-top: 30px;
    font-size: 14px;
    margin-bottom: 0;
  }
  .footer .last p {
    margin-bottom: 5px;
    font-size: 14px;
    padding-right: 25px;
  }
  .footer ul {
    padding-bottom: 10px;
  }
  .footer .copy {
    padding-top: 10px;
    font-size: 12px;
    line-height: 25px;
    padding-bottom: 10px;
  }
  .footer .last .weixin img {
    width: 200px;
  }
  .dibu {
    display: none;
  }
  .content .container {
    width: 100%;
  }
  .second-nav ul li a {
    line-height: 40px;
    padding: 0 5px;
  }
  .second-nav {
    margin-top: 0;
  }
  .newslist1 li {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .newslist1 li .pic {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }
  .newslist1 li .box {
    position: relative;
    min-height: 0;
    padding-left: 0;
  }
  .newslist1 li .pic .time {
    line-height: 24px;
    height: 24px;
    font-size: 13px;
    background-size: 116px;
    padding: 0 5px;
    width: 116px;
  }
  .newslist1 li .bt .date {
    display: none;
  }
  .newslist1 li .text {
    padding-top: 10px;
    padding-left: 0;
    height: auto;
    overflow: hidden;
  }
  .newslist1 li .bt {
    padding-left: 0;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    margin-bottom: 5px;
  }
  .newslist1 li .jsh {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    margin-bottom: 0;
  }
  .page a {
    font-size: 12px;
    min-width: 40px;
    line-height: 40px;
    height: 40px;
    border-radius: 30px;
    margin: 0 5px;
    padding: 0 5px;
  }
  .job02 {
    padding: 40px 0;
  }
  .job02 .job-bottom .right {
    font-size: 14px;
    line-height: 25px;
    width: 100%;
    padding-top: 20px;
  }
  .job02 .job-bottom .left ul li .box {
    padding: 20px;
    height: 140px;
  }
  .job02 .job-bottom .left ul li .iconfont {
    font-size: 38px;
  }
  .job02 .job-bottom .left ul li {
    font-size: 15px;
  }
  .job02 .job-bottom .left {
    width: 100%;
  }
  .job03 {
    padding: 40px 0;
  }
  .job04 {
    padding: 40px 0;
  }
  .inmain-line {
    width: 30px;
    height: 2px;
    margin: 5px auto 0 auto;
  }
  .job2 .con {
    display: none;
  }
  .job2 {
    overflow: auto;
  }
  .job2 .info {
    width: 768px;
    padding: 0 10px;
  }
  .job2 .span-01 {
    padding-left: 20px;
  }
  .job2 .span-04 {
    display: block;
    width: 14%;
    float: left;
  }
  .job2 .title {
    line-height: 30px;
    padding: 10px 0;
    font-size: 14px;
  }
  .job2 dl {
    margin-bottom: 15px;
  }
  .job2 dt {
    padding: 10px 0;
    font-size: 14px;
    line-height: 25px;
  }
  .job2 dd {
    font-size: 14px;
    line-height: 25px;
  }
  .job2 dd .nr {
    padding: 20px;
  }
  .job2 .p-01 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .job2 .send {
    padding-top: 10px;
  }
  .job2 .send a {
    padding: 0 10px;
    min-width: 100px;
    line-height: 30px;
    font-size: 14px;
    background-size: 13px;
    border-radius: 30px;
  }
  .job2 .send .iconfont {
    margin-left: 2px;
    font-size: 14px;
  }
  .job02 .job-bottom {
    padding-top: 30px;
  }
  .case-show {
    padding-top: 60px;
  }
  .inside-current h2 {
    font-size: 12px;
    padding: 10px 0;
  }
  .inside-news-show .leftbox .title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .inside-news-show {
    padding: 30px 0 0 0;
    font-size: 14px;
    line-height: 25px;
  }
  .inside-news-show p {
    margin-bottom: 5px;
  }
  .inmain-right .inmain-top {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .inmain-right .inmain-top .h3 span {
    background-size: 13px;
    padding-left: 16px;
    font-size: 13px;
  }
  .inmain-right .inmain-top .h3 {
    font-size: 15px;
  }
  .aside .aside-list ul .active:after {
    display: none;
  }
  .aside .aside-list {
    margin-bottom: 20px;
  }
  .home-adv ul li:nth-child(2n) .box {
    border: 0;
  }
  .banner .banner-hover .bt img {
    width: 300px;
  }
  .aside {
    width: 100%;
    margin-left: 0;
  }
  .inside-news-show .leftbox {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .insie-pagenews {
    margin-top: 10px;
  }
  .insie-pagenews li {
    height: 30px;
    line-height: 30px;
  }
  .insie-pagenews li span {
    padding: 0 5px;
    line-height: 25px;
    font-size: 12px;
  }
  .inside-news-show .tag {
    font-size: 12px;
    margin-top: 10px;
    padding-top: 10px;
    padding-right: 90px;
  }
  .aside .aside-title .text .h3 {
    font-size: 16px;
  }
  .aside .aside-title .text .p {
    font-size: 14px;
  }
  .aside .aside-title .text {
    padding-left: 10px;
  }
  .aside .aside-title .pic {
    width: 30px;
    height: 30px;
  }
  .aside .aside-title {
    padding: 10px;
  }
  .aside .aside-list ul li a {
    line-height: 40px;
    font-size: 14px;
    padding: 0 46px 0 20px;
    background-size: 17px !important;
  }
  .aside .aside-case li .tbox {
    padding-left: 10px;
  }
  .aside .aside-case li .tit {
    height: 50px;
    font-size: 14px;
    line-height: 25px;
  }
  .aside .aside-case li .time {
    font-size: 12px;
    margin-top: 10px;
  }
  .aside .aside-case li {
    padding: 10px 0;
  }
  .insie-pagenews li i {
    font-size: 12px;
    padding-left: 5px;
  }
  .submenu li .tit {
    font-size: 14px;
    margin-top: 5px;
  }
  .submenu li {
    width: 33.33333%;
    margin-bottom: 5px;
  }
  .submenu li .pic {
    width: 30px;
  }
  .case .caselist li {
    margin-bottom: 15px;
    padding: 0 5px;
    width: 50%;
  }
  .case .caselist li .tbox {
    padding: 10px;
    margin: 0;
  }
  .case .caselist li .t1 {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .case .caselist li .t2 {
    height: 44px;
    line-height: 22px;
    margin-top: 0;
    font-size: 12px;
  }
  .case .caselist li .more {
    margin-top: 5px;
  }
  .case .caselist li .more img {
    margin-left: 5px;
    margin-top: 5px;
  }
  .inside-news-show .tag a {
    padding: 0 5px;
  }
  .inside-news-show .tag .fh {
    width: 80px;
    height: 30px;
    line-height: 30px;
  }
  .case .caselist {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .inmain-right {
    width: 100%;
  }
  .prolist li {
    width: 50%;
    padding: 0 6px;
  }
  .product .prolist li {
    width: 50%;
    margin-bottom: 20px;
  }
  .prolist li .text {
    padding: 0 10px;
  }
  .prolist li .text .bt {
    font-size: 15px;
    line-height: 30px;
  }
  .prolist li .text .info {
    line-height: 30px;
    font-size: 12px;
  }
  .prolist {
    margin: 0 -6px;
  }
  .product .prolist {
    padding-bottom: 20px;
  }
  .about .about-title {
    margin-bottom: 20px;
  }
  .about .about-title p {
    font-size: 30px;
    top: -20px;
  }
  .about .about-title h3 {
    font-size: 16px;
    padding-top: 5px;
    background-size: 100px;
  }
  .about .about-jsh {
    font-size: 14px;
    line-height: 25px;
  }
  .about .youshi1 ul li {
    width: 50%;
  }
  .youshi ul li .pic {
    width: 30px;
  }
  .youshi ul li .box {
    padding-left: 40px;
  }
  .about .youshi1 {
    margin: 20px 0;
    padding: 10px;
  }
  .shebeilist li {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 20px;
  }
  .shebeilist {
    margin: 0 -6px;
    padding-bottom: 20px;
  }
  .shebeilist li .bt {
    font-size: 14px;
    line-height: 40px;
    padding: 0 5px;
  }
  .lxfs {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 20px;
  }
  .lxfs .titleBig {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .lxfs .list .icon {
    width: 20px;
    height: 20px;
    left: 0;
  }
  .lxfs .list .box {
    padding-left: 30px;
  }
  .contact-info {
    width: 100%;
    padding: 0;
  }
  .message .titleBig .title {
    font-size: 20px;
  }
  .message {
    width: 100%;
    padding: 15px;
  }
  .message .titleBig .info {
    font-size: 14px;
  }
  .message li {
    width: 100% !important;
    padding: 0 0 20px 0;
  }
  .message .input-form,
  .message .textare-form {
    font-size: 14px;
    padding: 0 10px;
  }
  .message .input-form {
    height: 40px;
    line-height: 40px;
  }
  .message .textare-form {
    line-height: 30px;
    min-height: 100px;
  }
  .message .submit,
  .message .reset {
    max-width: 200px;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
  }
  #allmap {
    height: 300px;
    margin-top: 20px;
  }
  .job02 .job-bottom .left ul li .pic {
    width: 40px;
  }
  .job02 .job-bottom .left ul li .box {
    padding: 10px;
    height: 125px;
  }
  .inmain-title {
    font-size: 20px;
  }
  .case .caselist li .item {
    font-size: 12px;
  }
  .inside-news-show .leftbox .h2 {
    font-size: 12px;
  }
  .inside-news-show .tag {
    font-size: 12px;
    margin-top: 10px;
    padding-top: 35px;
    padding-right: 0;
  }
  .pro-bottom .box-1 .leftbox {
    width: 100%;
  }
  .pro-bottom .box-1 .leftbox .slick-prev,
  .pro-bottom .box-1 .leftbox .slick-next {
    width: 10px;
    height: 40px;
    margin-top: -20px;
  }
  .pro-bottom .box-1 .leftbox .smallimg {
    padding: 0 15px;
  }
  .pro-bottom .box-1 .leftbox .smallimg .pic {
    margin: 5px 0;
  }
  .pro-bottom .box-1 .rightbox {
    width: 100%;
    min-height: 0;
    padding-bottom: 30px;
  }
  .pro-bottom .box-1 .rightbox h1 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .pro-bottom .box-1 .rightbox .txt {
    font-size: 14px;
    line-height: 25px;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .pro-bottom .box-1 .rightbox .button {
    bottom: auto;
    right: auto;
    position: relative;
  }
  .pro-bottom .box-1 .rightbox .button span {
    height: 40px;
    margin-left: 5px;
  }
  .pro-bottom .box-1 .rightbox .zx {
    line-height: 40px;
  }
  .pro-bottom .box-1 .rightbox .button span {
    padding: 0 5px;
  }
  .pro-bottom .box-1 .rightbox .zx a {
    font-size: 14px;
  }
  .pro-bottom .box-1 .rightbox .button span img {
    margin-top: 16px;
    width: 16px;
  }
  .pro-bottom .box-1 .rightbox .dow {
    line-height: 40px;
  }
  .pro-bottom .box-1 .rightbox .dow img {
    width: 15px !important;
    margin-top: 13px !important;
  }
  .pro-bottom .box-1 .rightbox .tel {
    line-height: 18px;
  }
  .pro-bottom .tagmenu li {
    height: 40px;
    line-height: 40px;
    width: 33.33333%;
    font-size: 12px;
  }
  .dw {
    top: -80px;
  }
  .pro-bottom .bt1 {
    padding: 0 0 10px 0;
    font-size: 18px;
    padding-left: 10px;
  }
  .pro-bottom .bt1 i {
    font-size: 12px;
    padding-left: 5px;
  }
  .pro-bottom .bt1:before {
    width: 2px;
    height: 15px;
    top: 7px;
  }
  .pro-bottom .table table {
    font-size: 14px;
    width: 720px;
    white-space: normal;
  }
  .pro-bottom .table {
    overflow: auto;
  }
  .pro-bottom .table td {
    padding: 10px;
    width: auto !important;
  }
  .pro-bottom .wb {
    margin-top: 20px;
    font-size: 14px;
    line-height: 25px;
  }
  .pro-bottom .nr {
    margin-bottom: 30px;
  }
  .pro-bottom .nr .nr-bottom {
    padding-top: 20px;
  }
  .pro-bottom .nr .h3 {
    font-size: 15px;
    padding-right: 10px;
  }
  .pro-bottom .box-2 {
    font-size: 14px;
    line-height: 25px;
    padding-top: 20px;
  }
  .pro-bottom .n .n-bottom {
    padding-top: 20px;
  }
  .pro-bottom .ztu {
    width: 100%;
    font-size: 14px;
    padding-right: 0;
    line-height: 25px;
  }
  .pro-bottom .ybiao {
    width: 100%;
    font-size: 14px;
  }
  .pro-bottom .ma,
  .pro-bottom .ma1 {
    margin-top: 20px;
  }
  .pro-bottom .zwen {
    width: 100%;
    font-size: 14px;
    padding-right: 0;
    line-height: 25px;
  }
  .pro-bottom .ytu {
    width: 100%;
    font-size: 14px;
    padding-top: 10px;
  }
  .pro-bottom .n {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .pro-bottom .yzi {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
  }
  .pro-bottom .zzi {
    width: 100%;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    line-height: 25px;
  }
  .pro-bottom .z {
    width: 100%;
    margin-bottom: 20px;
  }
  .pro-bottom .y {
    width: 100%;
  }
  .pro-bottom .tuwen .tu {
    width: 100%;
  }
  .pro-bottom .tuwen .wen {
    font-size: 16px;
    width: 100%;
    margin-bottom: 8px;
  }
  .related-title h3 {
    font-size: 20px;
  }
  .related-title p {
    font-size: 28px;
  }
  .related-title {
    line-height: 40px;
    margin-bottom: 20px;
  }
  .pro-bottom .box-1 .rightbox .tel a {
    font-size: 14px;
  }
  .newslist1 li .pic .time span {
    font-size: 16px;
  }
}
@font-face {
  font-family: "Oswald-Bold";
  src: url("../font/Oswald-Bold.woff2") format("woff2"), url("../font/Oswald-Bold.woff") format("woff"), url("../font/Oswald-Bold.ttf") format("truetype"), url("../font/Oswald-Bold.eot") format("embedded-opentype"), url("../font/Oswald-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../font/Montserrat-Bold.woff2") format("woff2"), url("../font/Montserrat-Bold.woff") format("woff"), url("../font/Montserrat-Bold.ttf") format("truetype"), url("../font/Montserrat-Bold.eot") format("embedded-opentype"), url("../font/Montserrat-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BasiliaT-Bold";
  src: url("../font/BasiliaT-Bold.woff2") format("woff2"), url("../font/BasiliaT-Bold.woff") format("woff"), url("../font/BasiliaT-Bold.ttf") format("truetype"), url("../font/BasiliaT-Bold.eot") format("embedded-opentype"), url("../font/BasiliaT-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir=rtl] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir=rtl] .slick-next:before {
  content: '←';
}
.slick-dots {
  position: absolute;
  bottom: 46px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 20px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  text-align: center;
  color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background: #fff;
  border: 1px solid #fff;
  color: #000000;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    transform: translate3d(-70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    transform: translate3d(70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    transform: translate3d(0, -70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@-webkit-keyframes pulsed {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(2, 2, 2);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(0.8, 0.8, 0.8);
  }
}


.float2 {
	position: fixed;
    bottom: 45%;
    left: 5px;
    z-index: 200;
}
.float2 ul li {
    height: 42px;
    font-size: 14px;
    text-align: center;
    position: relative;
    background: url(../images/downbg16.png) no-repeat center center;
    line-height: 42px;
    padding: 0 10px;
    border-radius: 3px;
}

.float2 ul li .bt {
  color: #fff;
}
</pre></body></html>